home *** CD-ROM | disk | FTP | other *** search
- object fEzNewOS: TfEzNewOS
- Left = 322
- Top = 212
- BorderStyle = bsDialog
- Caption = 'Add New OS to Menu'
- ClientHeight = 182
- ClientWidth = 300
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object lblNewOSDetect: TIntlLabel
- Left = 47
- Top = 27
- Width = 211
- Height = 13
- Caption = 'A new Operating System has been detected.'
- end
- object lblOSName: TIntlLabel
- Left = 47
- Top = 59
- Width = 47
- Height = 13
- Caption = 'DOS 6.22'
- end
- object lblQuestion: TIntlLabel
- Left = 47
- Top = 90
- Width = 176
- Height = 13
- Caption = 'Would you like to add it to the menu?'
- end
- object btnYes: TButton
- Left = 47
- Top = 131
- Width = 75
- Height = 25
- Caption = '&Yes'
- Default = True
- TabOrder = 0
- OnClick = btnYesClick
- end
- object btnNo: TButton
- Left = 159
- Top = 131
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&No'
- TabOrder = 1
- OnClick = btnNoClick
- end
- end
-